.footer {
	width: 100%;
	border-top: .01rem solid #e5e5e5;
	padding: .2rem 0;
}
.footer-container {
	max-width: 12.4rem;
	margin: 0 auto;
	padding: 0 .2rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.footer-logo {
	display: flex;
	align-items: center;
	margin-right: .3rem;
}
.logo-img {
	width: 2.02rem;
	height: .72rem;
	margin-right: .1rem;
	position: relative;
	overflow: hidden;
}

.footer-info {
	flex: 1;
	min-width: 3rem;
	font-size: .14rem;
	color: #666;
	line-height: 1.8;
}
.footer-links {
	position: relative;
  width: 1rem;
  height: 1rem;
}
.friend-link {
	padding: .05rem .1rem;
	border: .01rem solid #4d4c4c;
	background-color: white;
	color: #666;
	cursor: pointer;
	font-size: .14rem;
	border-radius: .03rem;
	width: 1.37rem;
	text-align: center;
	position: absolute;
	height: .34rem;
	line-height: .34rem;
  top: 0;
}
@media only screen and (max-width: 1024px) {
.footer-container{
	display: block;
}
.logo-img{
	width: 50%;
	height: auto;
}
.footer-info{
	font-size: 0.24rem;
}
.footer-info p{
	display: block !important;
}
.footer-links {
  height: 1rem;
  width: 30%;
  margin-top: .2rem;
}
.friend-link{
	font-size: 0.24rem;
	height: .6rem;
	line-height: .6rem;
	width: auto;
}







	
}